home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / README < prev    next >
Text File  |  1995-09-09  |  2KB  |  76 lines

  1. /* --------------------------------- readme --------------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. This archive has the full sources for all the platforms. Some special
  8. msdos support is in a separate archive.
  9.  
  10. After unzipping it (make sure the directory structure is created) do:
  11.  
  12. msdos
  13. =====
  14.  
  15. >msdos\config c8
  16.  
  17. For the c8.00 (vc 1.0/1.5) compiler, or try c7 (c7.00) or qc (QuickC).
  18. Now it also has 'b4, 'b3' and 'b2' for the Borland C compilers.
  19.  
  20. Now you can do 'nmake all'. Finally do 'nmake install' to get a proper
  21. execution directory. You will need to have cpp.exe and awk.exe which are
  22. included in the msdos binary release.
  23.  
  24. The executable will be compressed with lzexe, if you do not have it then
  25. remove these lines from the makefile (both at the top and in the /msdos
  26. directory).
  27.  
  28. With Borland C, 'make' suffrered a horrible death just looking at the
  29. makefile, so I use other make programs for that. 'b4' only worked from the
  30. command line and even then had some difficulties.
  31.  
  32. Recently using Qc became a problem as Qlink ran out of segments.
  33.  
  34.  
  35. msdos/djgpp
  36. ===========
  37.  
  38. >djgpp\config dj
  39.  
  40. There is now a DJGPP port in the DJGPP directory. It was tested with 1.10
  41. and 1.11. Note that it does not support double buffering except for
  42. ET4000 cards or VESA compatible BIOSes.
  43.  
  44.  
  45. unix/X11
  46. ========
  47.  
  48. Please look at the readme file in the unix directory. It was tested on
  49. Linux and Sun SparcStation.
  50.  
  51.  
  52. Amiga
  53. =====
  54.  
  55. Used to work but I have no machine to test on. But the (untested, and now
  56. badly out of date) sources are included.
  57.  
  58.  
  59. mswin
  60. =====
  61.  
  62. >mswin\config c8
  63.  
  64. Supported and works. However, it is very slow and not recommended (I tested
  65. it on a Diamond Stealth Pro with 2MB on a 486DX2/66 and it was SLOW.
  66.  
  67.  
  68. Good news, Michael did a WinG port and it is much faster, actually
  69. playable. To build use:
  70.  
  71. >mswin\config c8g
  72.  
  73.  
  74. Regards
  75.     Eyal Lebedinsky        (eyal@ise.canberra.edu.au)
  76.